﻿*{
    margin: 0;
    padding: 0;
}
body {
    min-width:1200px; margin: 0px; padding: 0px; background-color: #fff; font-family: 'Microsoft YaHei', sans-serif;

}
img {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    object-fit: cover;
    /*background: #999;*/
}
ul {
    margin:0px;
}
ul, li {
    list-style: none;
}
a{
    text-decoration: none;
}
p{
	margin: 0px;
	padding: 0px;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei', sans-serif;
}
a:link,a:visited,a:hover {
    color:#333;
    text-decoration: none;
}
.clearfix{ clear: both; }

.layout {
    width: 100%;
    height: auto;
}
.newyear_cont {
    overflow: hidden;
    margin: 0 auto;
}
/*头部*/
.header{
	display: block;
}
.container-banner{
    overflow: hidden;
}
.logo-mid{
    width:1200px;
    height:100px;
    margin: 0 auto;
    padding: 28px 0;
}
.logo-img{
    float: left;
    width: 184px;
}
.logo-img a{
    display: block;
}
.logo-img a img{
    width: 100%;
    height: 100px;
}
.logo-hf{
    float: right;
    width: 1000px;
}
.logo-hf img{
    width: 100%;
    height: 100px;
    display: block;
}
.container-nav{
    width: 100%;
    background: #c0000d;
    height: 66px;
}
nav { width: 1200px; margin: 0 auto; height: 64px; }
ul { margin: 0px; padding: 0px; list-style: none; }
ul.dropdown { position: relative; width: 100%; }
ul.dropdown li { font-weight: bold; float: left; width: 168px; position: relative; background: #c0000d; border-right: 1px solid #840109; }
ul.dropdown li:last-child{ border-right: 0px; }
ul.dropdown a:hover { color: #000; }
ul.dropdown li a { display: block; padding: 20px 8px; color: #fff; font-size: 20px; position: relative; z-index: 2000; text-align: center; text-decoration: none; font-weight: 500; }
ul.dropdown li a:hover, ul.dropdown li a.hover { position: relative; color: #FFFF8F; }
ul.dropdown ul { display: none; position: absolute; top: 0; left: 0; width: 180px; z-index: 1000; }
ul.dropdown ul li { font-weight: normal; background: #f6f6f6; color: #000; border-bottom: 1px solid #840109; border-right: 0px; }
ul.dropdown ul li a { display: block; color: #fff !important; background: #c0000d !important; }
ul.dropdown ul li a:hover { display: block;  color: #FFFF8F !important; }
.drop > a { position: relative; }
.drop > a:after { content: ""; position: absolute; right: 10px; top: 40%; border-left: 5px solid transparent; border-top: 5px solid #333; border-right: 5px solid transparent; z-index: 999; }
.drop > a:hover:after { content: ""; border-left: 5px solid transparent; border-top: 5px solid #fff; border-right: 5px solid transparent; }


/*内容主体*/
.main{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.screen{    
    width: 1200px;
	height: auto;
	display: block;
	margin: 0 auto;
    overflow: hidden;
}
.part02 {
	width: 1200px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 0;
	margin-top: 28px;
	
	position: relative;
}

/*聚焦*/
.focus{
    width: 690px;
    height: auto;
    display: block;
    float: left;
}
.part2-left {
	width: 690px;
	height: auto;
	overflow: hidden;	
}
.part2-left .photoPart{
	position: relative;
	float: left;
	z-index: 3;
}
.part2-left .swiper-button-prev {
	position: absolute;
	left: 10px;
	top: 260px;
	width: 16px;
	height: 28px;
	z-index: 2;
    display: none;
}
.part2-left .swiper-button-next {
	position: absolute;
	right: 10px;
	top: 260px;
	width: 16px;
	height: 28px;
	z-index: 2;
    display: none;
}
.part2-left .swiper-container {
	width: 690px;
	height: 406px;
	margin: 0 auto;
	position: relative;
}

.swiper-slide {
	position: relative;
}
.part2-left .swiper-pagination {
	position: absolute;
	right: 24px;
	text-align: right;
	bottom: 14.5px;
	z-index: 2;
}
.part2-left .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ccc;
	margin: 0 3px;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.part2-left .swiper-active-switch {
	background: #fff !important;
}
.part2-left .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin-left: 5px;
	background: #ccc;
    opacity: .5;
}

.part2-left .swiper-pagination-bullet-active {
	background: #ff0101 !important;
	opacity: .8;
}
.part2-left .picTitle {
	position: relative;
	width: 690px;
	height: 406px;
	overflow: hidden;
}
.part2-left .picTitle .img img {
	width: 690px;
	height: 406px;
	display: block;
}
.part2-left .picTitle .bg {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	height: auto;
	left: 0;
	position: absolute;
	padding: 10px 0;
	width: 100%;
	z-index: 10;
}
.part2-left .picTitle .name {
	bottom: 0;
	color: #fff;
    width: 80%;
	height: 30px;
	left: 0;
	line-height: 30px;
	overflow: hidden;
	text-indent: 1em;
	text-align: left;
	font-size: 18px;
    z-index: 11;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
}
.part2-left .picTitle .name a {
	color: #fff;
	text-decoration: none;
}

/*公告*/
.notice{
    width: 690px;
    height: auto;
    display: block;
    padding: 28px 0px;
    float: left;
}
.announ {
    width: 688px;
    border: 1px solid #e8e8e8;
    height: 117px;
}
.announ-title{
    float: left;
    width: 69px;
}
.announ-title a{
    display: block;
}
.announ-title a img {
    display: block;
}
.announ-content{
    width: 580px;
    float: right;
    padding: 11.5px 20px 11.5px 0px;

}
.announ-content ul {
    overflow: hidden;
    height: 96px;
    overflow: hidden;
}
.announ-content ul li {
    float: left;
    height: 32px;
    line-height: 32px;
    width: 580px;
    float: left;
}
.announ-content ul li a {
    width: 580px;
    display: block;
    height: 32px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.announ-content ul li a:hover{
    color: #c0000d;
}


/*要闻*/
.news {
    width: 486px;
    height: 565px;
    float: right;
    overflow: hidden;
}
.part02 .newstext {
	width: 480px;
	height: auto;
	float: right;
	position: relative;
	margin-top: 12px;
}
.part02 .newstext:nth-child(2){
	margin-top: 16px;
}

.title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
	padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
    color: #c90000;
}
.title a {
    color: #c90000;
    padding-bottom: 6px;
    border-bottom: 4px solid #c90000;
}
.focus-more {
    float: right;
    line-height: 1.5;
    color: #666;
}
.focus-more a {
    color: #c90000;
    font-weight: normal;
    font-size: 16px;
    padding:0;
    border:0;
}

.jrdt_list {
	width: 480px;
	margin-top: 15px;
}
.jrdt_list li {
	width: 464px;
	overflow: hidden;
	position: relative;
	font-size: 18px;
	padding: 2px 0 2px 16px;
	line-height: 36px;
	margin-bottom: 1px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jrdt_list li:before {
	position: absolute;
	display: block;
	left: 0;
	top: 18.5px;
	content: "";
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #c7020b;
}
.jrdt_list li a {

	color: #333;
}
.jrdt_list li a:hover{
	color: #c7020b;
}

/*横幅*/
.hengfu{	
	width: 1200px;
	height: 100px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 28px;
}
.hengfu li{
	float: left;
	width: 220px;
	height: 100px;
	display: block;
	margin-right: 25px;
}
.hengfu li:last-child{
	margin-right: 0px;
}
.hengfu li a{
	display: block;
}
.hengfu li a img{
	width: 220px;
	height: 100px;
	display: block;
}



/*文明创建*/
.wmcj{
	background-color:#f7f7f7;
	 padding:30px 0px;
}
.contun01{ width:1200px; margin: 0 auto; overflow: hidden;}
.wmcj-con{
	height:315px;
}
.wmcj-layout{
	display: block;
}
ul,li{list-style-type: none;}
ul, li,ol, p, h1, h2, h3, h4, h5, h6{padding:0;margin:0}
/* 常用链接样式 */
a{color: #333333;text-decoration: none;}
a:hover{color: #dc161d;text-decoration:none;}

.bai a{color: #eee;text-decoration: none;}
.bai a:hover{color: #fff;text-decoration:none;}

.redh a{color: #bb0000;text-decoration: none;}
.redh a:hover{color: #bb0000;text-decoration: underline;}

.hui a{color: #666666;text-decoration: none;}
.hui a:hover{color: #dc161d;text-decoration: none;}

.blue a{color: #4b66ab;text-decoration: none;}
.blue a:hover{color:#4b66ab;text-decoration: none;}


/*----------文明创建----------*/  

.main-wrap{height:100px; float:left;}
.main-bottom{ margin-top:40px; }
.picbtn_tucu{ overflow: hidden; margin:0 10px;}

.picbtn_tucu li{
 height:40px;
 line-height:40px;
  font-size:20px;
  margin:15px 0;
background-color:#fff;
border-radius: 20px;
text-align:center;
}
.picbtn_tucu li a{
text-decoration:none;
  padding:10px 30px;
  color:#949494; 
 }

.picbtn_tucu .hover{background-color:#d60000;border-radius: 20px;}

.picbtn_tucu .hover a{ color:#fff;}



.pic-img{ float: left; width:450px; margin-left:40px; position: relative;}
.pic-img a img{ width: 450px; height: 290px; }

#biaoti {
  position: absolute;
  left:0px;
  bottom:0px;
  z-index: 1;
  color:#FFFFFF;
  text-align:center;
  font-size:16px;
  line-height:24px;
  padding: 10px 15px;
  background-color: rgba(0,0,0,0.6);
    width:420px;
}



.wenmcj-kk{ width:510px;margin-top:0px; float:right;}
.wenmcj-nesw-list{ width:510px;margin:0 auto;}
.wenmcj-nesw-list li{ background: url(../images/ico01.gif) no-repeat left 21.5px; height:48px; line-height:48px; overflow:hidden; padding-left:15px; font-size:18px;width:495px; overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.wenmcj-nesw-list li span{ padding-left:50px; float:right; color:#7e7e7e;}



/*文明实践*/
.wmsj{ width:1200px; margin: 0 auto;  overflow: hidden; padding: 36px 0px;}
.wmsj-con{
	overflow: hidden;
	margin-top: 36px;
}
.con-tu{
	width: 624px;
	height: 406px;
	display: block;
	float: left;
    overflow: hidden;    
}
.con-tu a{
    display: block;
    position: relative;
}
.con-tu a img{
    width: 624px;
	height: 406px;
    display: block;
}
.con-tu a p{
    position: absolute;
    bottom: 0;
    width: 624px;
    height: auto;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    padding: 10px 15px;
    color: #eee;
    background-color: rgba(0,0,0,0.5);
}
.con-tu a p:hover{
    color: #fff;
}

.con-zi{
	width: 554px;
	height: 406px;
	display: block;
	float: right;
    overflow: hidden;
}
.con-zi li{
    float: left;
    width: 554px;
    height: auto;
    margin-bottom: 14px;
    padding-bottom: 17px;
    border-bottom: 1px dotted #d7d7d7;
}
.con-zi li h3{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2px;
}
.con-zi li h3 a{
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;    
    color: #333;
}
.con-zi li h3 a:hover{
    color: #c7020b;
}
.con-zi li p{
    font-size: 16px;
    height: 78px;
    line-height: 26px;
    overflow: hidden;
    font-weight: normal;
    /*text-indent: 2em;*/
    color: #666;
    text-align: justify;
}



/*文明培育*/
.wmpy{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 24px 0px 36px 0px;
}
.container {width: auto;height:auto;  margin: 0 auto;max-width: 100%;min-width: 1200px;}
.wmpy-con{ width:1200px; margin: 0 auto; overflow: hidden; margin-top: 24px;}
.col{ width:412px; margin:10px auto;} 
.titl-sm{ font-size: 20px; width: 412px; padding-bottom: 8px; padding-top: 8px; }
.titl-sm a{ padding-bottom: 10px; }
.jrdt_list_sm {
    width: 412px;
    margin-top: 22px;
}
.jrdt_list_sm li {
    width: 396px;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    padding: 2px 0 2px 16px;
    line-height: 40px;
    margin-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.titl-sm-ful{
    width: 1200px;
}

.cor{ width: 744px; margin:10px auto;}
.fl{float:left;}
.fr{float:right;}
.h50{ height:50px;line-height:50px;}
.f18,.f18 a{ font-size:18px;}
a{ text-decoration:none;}
ul,li,ol,dd,dt,form,dl,dd,dt,p,input{ list-style-type:none; margin:0px; padding:0px;}
img,img a{ border:0px; margin:0px; padding:0px;}
/* 道德建设 */
.ddtit { position: relative; display: flex; align-items: center;height: 31px; margin:20px auto 22px; width:279px;}
.title-1 { margin-right: 10px; color: #d74339; text-decoration: none; letter-spacing: 0px; white-space: nowrap; }
.title-1 a{color: #d74339;}
.title-1 a:hover{color: #ff1800;}
.icon { overflow: hidden; width: 10px; height: 10px; background-color: #ea3522;  border-radius:30px;}
.meta a { margin: 22px 10px 0 20px; color: #2f2f2f; text-decoration: none;letter-spacing: 0px;}
.meta a:hover{ color: #d74339;}
.butbox{ float: left; overflow: hidden;width:744px;}
.butnav{ width:auto; float: left;   text-align: center; }
.butnav a{ display:block; width:130px;  color:#333; margin:0 10px 0 0; overflow: hidden; font-size: 18px; font-weight: bold;   }
.butnav a span{ display:block; width:100px;  font-weight: bold; margin-bottom:10px; overflow: hidden;}
.butnav a.selected{ color:#fff; background: #d74339; border-radius:6px 6px 0 0;  }
.butnav a:hover{ color:#fff;  }
.hor-line { position: relative; overflow: hidden; width:744px; height: 4px; background-color: #d74339;}

.tv{ width:708px; height:224px; overflow:hidden; }
.tvtv{ display:none;}
.wrbox{width:744px; background-color: #f5f5f7; overflow: hidden;}
.silder1{margin:0 auto 0; width: 688px;}
.silder-box-1{position:relative; margin:22px 0 32px 0;}
.silder-box-1 li{margin:10px auto 0;}
/*.silder-box-1 li a{ position: relative;}*/
.silder-box-1 li img{display:block;  width:140px; height:200px;}
.silder-box-1 li p{ position: absolute; width: 140px; height: auto; bottom: 10px; color: #fff; font-size: 14px; line-height: 18px;  background-color: rgba(0, 0, 0, 0.5); padding: 5px 8px; text-align: center; }
.silder-button{top:100px;width:15px;height:21px;position:absolute;cursor:pointer;}
.silder-button.btl{left:10px;background:url(../images/bl.png);}
.silder-button.btr{right:10px;background:url(../images/br.png);}
.silder-button:hover{background-position:0 -21px;}
.silder p{font-size:16px;color:#333;margin:15px 0 0;text-indent:2em;}
.silder2{margin:0 auto 0; width: 688px;}
.silder-box-2{position:relative; margin:22px 0 32px 0;}
/*.silder-box-2 li a{ position: relative;}*/
.silder-box-2 li{margin:10px auto 0;}
.silder-box-2 li img{display:block;  width:140px; height:200px;overflow: hidden;}
.silder-box-2 li p{ position: absolute; width: 140px; height: auto; bottom: 10px; color: #fff; font-size: 14px; line-height: 18px;  background-color: rgba(0, 0, 0, 0.5); padding: 5px 8px; text-align: center; }


.silder3{margin:0 auto 0; width: 688px;}
.silder-box-3{position:relative; margin:22px 0 32px 0;}
/*.silder-box-3 li a{ position: relative;}*/
.silder-box-3 li{margin:10px auto 0;}
.silder-box-3 li img{display:block;  width:140px; height:200px;overflow: hidden;}
.silder-box-3 li p{ position: absolute; width: 140px; height: auto; bottom: 10px; color: #fff; font-size: 14px; line-height: 18px;  background-color: rgba(0, 0, 0, 0.5); padding: 5px 8px; text-align: center; }




.address-wrapper{ position: relative;display: flex;align-items: flex-end; margin: 0 0 7px 0;}

.action-bg1 {position: relative; width: 384px; height: 100px;}
.address-1 { position: absolute;top: 32px;color: #fff;text-decoration: none; letter-spacing: 0px; white-space: nowrap; width: 384px; text-align: center; left: 0;}
.block-4{ background-color: #fff5f4; padding:14px 12px;}

.list-item { display: flex; flex-direction: column; align-items: flex-start;  position: relative; }
.list-item1 { display: flex; flex-direction: column; align-items: flex-start;  margin:0 30px 0 30px; position: relative; }
.button-1 a {position: relative;    display: flex;justify-content: center;align-items: center;overflow: hidden;width:265px;height: 84px;margin: 0 0 20px 0;color: #666;background-color:#faeceb;border-radius:6px; }
.button-1 a:hover { background-color:#d74339; color: #fff; border-radius:6px;}
.button-1 .list{ line-height:36px;}



.wcnr{
    width: 1200px;
    margin-top: 28px;
}
.wcnr-tu{
    overflow: hidden;
}
.wcnr .con-tu{
    width: 580px;
    height: 254px;
    float: left;
}
.wcnr .con-tu:nth-child(1){
    margin-right: 40px;
}
.wcnr .con-tu a img{
    width: 580px;
    height: 254px;
}
.wcnr-zi{
    overflow: hidden;
    margin-top: 20px;
}
.wcnr-zi .con-zi{
    width: 1200px;
    height: auto;
}
.wcnr-zi .con-zi li{
    width: 580px;
}
.wcnr-zi .con-zi li:nth-child(odd){
    margin-right: 40px;
}
.wcnr-zi .con-zi li h3{
    line-height: 44px;
}


/*横幅全屏*/
.hf-ful{
    overflow: hidden;

}
.hf-ful a{
    overflow: hidden;
}
.hf-ful a img{
    width: 1200px;
    height: 120px;
    display: block;
    margin: 0 auto;
}


/*魅力泗县*/
.mlsx{
    overflow: hidden;
    width:1200px; 
    height:auto;
    display: block;
    margin: 20px auto;
}
.mlsx-con{
    overflow: hidden;
    margin-top: 28px;
}
#haoren-list{ width:1200px; height:180px; position:relative; z-index:200; overflow:hidden; margin: 0 auto; }
#haoren-list li{ width:280px; height:180px; overflow:hidden; float:left; margin-right:26px; display:inline; margin-bottom:20px; position:relative; z-index:210; }
#haoren-list li a{ display: block; }
#haoren-list li p{ width:280px; height:180px; display: block;  }
#haoren-list li p img{ width:280px; height:180px; display: block;  }
#haoren-list li h3{ width:260px; height:auto; line-height:24px; padding:5px 10px; text-align: center; background-color: rgba(0, 0, 0, 0.5); position:absolute; left:0; bottom:0; z-index:220; font-weight:normal; font-size:16px; color:#FFF;  }
#haoren-list li h3 span{ width:76px; height:30px; line-height:30px; display:block; text-align:right; float:right; }
#haoren-list li h3 span a{ color:#FFF;}

 
/*底部版权*/
.footer {
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    background: #eeeef0;
    border-top: 2px solid #f34343;
    overflow: hidden;
    z-index: 300;
}
.copyright {
    width: 1200px;
    height: auto;
    display: block;
    margin: 60px auto;
}
.copyright p {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #555;
}




/*内页--列表页*/
.wrapper {
  width: 1200px;
  margin: 20px auto 0px;
  overflow: hidden;
}
.wrapper .cola {
  width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.wrapper .cola .position {
  width: 1190px;
  border-bottom: #c50000 solid 2px;
  color: #333635;
  font-size: 16px;
  line-height: 40px;
  padding-left: 10px;
}
.wrapper .cola .position a {
  color: #333635;
}
.wrapper .cola .position a:hover{
    color: #dc2814;
}
.wrapper .cola .position span {
  color: #333635;
}
.wrapper .cola .position em {
  margin: 0px 10px;
  font-style: inherit;
}
.wrapper .cola .content {
  padding: 10px;
}

.newslist {
  padding-bottom: 20px;
    margin-top: -10px;
}
.newslist li {
  padding-left: 20px;
  border-bottom: 1px dashed #c8c7c7;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-right: 200px;
  overflow: hidden;
}
.newslist li:before {
    position: absolute;
    display: block;
    left: 0;
    top: 17.5px;
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #c7020b;
}
.newslist li a {
  font-size: 16px;
  text-align: left;
  color: #333635;
  display: inline-block;
  width: 1000px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newslist li a:hover{
    color: #dc2814;
}
.newslist li span {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #333635;
  font-size: 15px;
}

.fenye{
    font-size: 15px;
    margin-top: 30px;
}
.k_pagelist {margin:3px; margin-top:20px; padding:3px; text-align:center; font:11px; font-family:verdana, arial, helvetica, sans-serif}
.k_pagelist span{ margin-right:2px; padding:2px 5px; border:#DDD 1px solid; text-decoration:none}
.k_pagelist strong{ padding:2px 5px; }
.k_pagelist a:link,.k_pagelist a:visited { margin-right:2px; padding:2px 5px; border:#DDD 1px solid; text-decoration:none}
.k_pagelist a:hover {color:#FFF; border:#dc2814 1px solid; background-color:#dc2814}
.k_pagelist a:active {color:#731A8B; border:#dc2814 1px solid; background-color:#dc2814}
.k_pagelist span.on {font-weight:bold; color:#fff; margin-right:2px; padding:2px 5px; border:#dc2814 1px solid; background-color:#dc2814}



/*内页--详情页*/

.wrapper .cola .content .nr {
  font-size: 16px;
  line-height: 32px;
  margin-top: 20px;
  
}
.wrapper .cola .content .title {
  text-align: center;
  color: #c50000;
  border-bottom: 1px dashed #c8c7c7;
}
.wrapper .cola .content .title h1 {
  font-size: 30px;
  text-align: center;
  margin: 10px 0px;
  color: #333635;
  line-height: 50px;
}
.wrapper .cola .content .title .infor {
  width: 100%;
  line-height: 40px;
  color: #aaa;
  font-size: 16px;
  font-weight: normal;
}
.wrapper .cola .content .title .infor p{
    font-size: 18px;
    line-height: 36px;    
}
.wrapper .cola .content .title .infor span {
    font-size: 16px;
    line-height: 32px; 
}
/*#BodyLabel p span,#BodyLabel span{
    font-size: 16px;
    line-height: 32px; 
    font-family: 'Microsoft YaHei'!important;
}*/
/*#BodyLabel img {
    width: auto;
    display: block;
    margin: 0px auto;
}
#BodyLabel br{
    height: 0px!important;
}
#BodyLabel p,#BodyLabel span,#BodyLabel p span {
    line-height: 36px;
}*/








.wrapper .cola .content .nr video{
    margin: 0 auto;
    display: block;
}










